@import url(https://fonts.googleapis.com/css?family=Akronim);
* {

    font-family: IRANSansWeb;
}
html{
    scroll-behavior:smooth
}
button:focus {
    outline: 0;
    box-shadow: none !important;
}
header .menu-link {
    color: #fff;
    font-size: 1rem;
    text-shadow: 0 0 5px #000;
    transition: all 0.4s ease;
    text-align: center;
}
header .menu-link:hover {
    position: relative;
    color: #00baff;
    background-color: #fff;
    border-radius: 50px;
    text-shadow: 0 3px 5px #00000047;
    animation: menuLink 0.5s linear;
}
@keyframes menuLink {
    0% {
        right: 0;
    }
    25% {
        right: 2px;
    }
    50% {
        right: 0;
    }
    75% {
        right: -2px;
    }
    100% {
        right: 0;
    }
}
.side-bar {
    background-color: #162f60;
    width: 280px;
    height: 100vh;
    right: -1000px;
    top: 0;
    overflow-y: auto;
    transition: 0.4s ease;
    position: fixed;
    z-index: 99999;
    text-align: right;
}
.side-bar.active {
    right: 0;
}
.side-bar .menu {
    width: 100%;
    margin-top: 80px;
}
.side-bar .menu .item {
    position: relative;
    cursor: pointer;
}
.side-bar .menu .item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 60px;
}
.side-bar .menu .item a:hover {
    background-color: #8621fb;
    transition: all 0.3s ease;
}
.side-bar .menu .item i {
    margin-left: 15px;
}
.side-bar .menu .item a .dropdown {
    position: absolute;
    left: 0;
    margin: 20px;
    transition: all 0.3s ease;
}
.side-bar .menu .item .sub-menu {
    background-color: rgba(255, 255, 255, 0.1);
    display: none;
}
.side-bar .menu .item .sub-menu .sub-item {
    padding-right: 80px;
}
.rotate {
    transform: rotate(-90deg);
}
.close-btn {
    position: absolute;
    margin: 25px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    left: 0;
}
.menu-btn {
    position: absolute;
    margin: 25px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.information {
    border-bottom: 1px solid #ddd8d8;
    border-top: 1px solid #ddd8d8;
    margin-bottom: 15px;
    background-color: #f4f5f7;
}
.number {
    font-size: 1.5rem;
    color: #0a0c0d;
}
.fire {
    width: 100%;
    height: 100px;
    background-position: center center;
    background-size: 1000px 200px;
    border-radius: 10px;
    font-family: "Akronim";
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.fire:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.Blazing {
    display: inline-block;
    margin: 0;
    color: rgb(255, 115, 0);
    font-size: 50px;
    line-height: 50px;
    min-width: 50px;
    outline: none;
    vertical-align: middle;
    font-family: inherit;
    text-shadow: 0 3px 20px red, 0 0 20px red, 0 0 10px orange, 4px -5px 6px yellow, -4px -10px 10px yellow, 0 -10px 30px yellow;
    animation: 2s Blazing infinite alternate linear;
}
@keyframes Blazing {
    0% {
        text-shadow: 0 3px 20px red, 0 0 20px red, 0 0 10px orange, 0 0 0 yellow, 0 0 5px yellow, -2px -5px 5px yellow, 4px -10px 10px yellow;
    }
    25% {
        text-shadow: 0 3px 20px red, 0 0 30px red, 0 0 20px orange, 0 0 5px yellow, -2px -5px 5px yellow, 3px -10px 10px yellow, -4px -15px 20px yellow;
    }
    50% {
        text-shadow: 0 3px 20px red, 0 0 20px red, 0 -5px 10px orange, -2px -5px 5px yellow, 3px -10px 10px yellow, -4px -15px 20px yellow, 2px -20px 30px rgba(255, 255, 0, 0.5);
    }
    75% {
        text-shadow: 0 3px 20px red, 0 0 20px red, 0 -5px 10px orange, 3px -5px 5px yellow, -4px -10px 10px yellow, 2px -20px 30px rgba(255, 255, 0, 0.5), 0 -25px 40px rgba(255, 255, 0, 0);
    }
    100% {
        text-shadow: 0 3px 20px red, 0 0 20px red, 0 0 10px orange, 0 0 0 yellow, 0 0 5px yellow, -2px -5px 5px yellow, 4px -10px 10px yellow;
    }
}
.neon {
    text-align: center;
    position: relative;
    overflow: hidden;
    filter: brightness(200%);
}
.neon-box {
    text-align: center;
    position: relative;
    overflow: hidden;
    filter: brightness(95%);
}
.text {
    background-color: #000;
    color: #fff;
    font-size: 75px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    user-select: none;
    padding: 0 15px 0 15px;
}
.text::before {
    content: attr(data-text);
    position: absolute;
    color: #fff;
    filter: blur(0.02em);
    mix-blend-mode: difference;
}
.gradient {
    position: absolute;
    background: linear-gradient(45deg, red, gold, lightgreen, gold, red);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}
.spotlight {
    position: absolute;
    top: -100%;
    left: -100%;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, white, transparent 25%) center / 25% 25%, radial-gradient(circle, white, black 25%) center / 12.5% 12.5%;
    animation: light 5s linear infinite;
    mix-blend-mode: color-dodge;
}
@keyframes light {
    to {
        transform: translate(50%, 50%);
    }
}
.effect-text {
    font-weight: 800;
    color: #fff;
    text-shadow: 0 5px 8px #000, 0 5px 6px #000, 5px 7px 5px #000;
}
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 992px) {
    .menu-btn {
        display: block;
    }
    .fire {
        margin-top: -30px;
    }
}
.header_menu {
    box-shadow: 0 2px 8px #000000b8;
    background: linear-gradient(0deg, #fff9f8, #0bc2ebdb);
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.header_menu nav {
    padding: 1.15rem;
    height: 68px;
    background: linear-gradient(0deg, #101010ad, #1000ffd9);
    box-shadow: 0 0 8px #000;
}
.title_header {
    margin-top: 1.5rem;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.title_header span {
    background-color: #fff;
    padding: 0.3rem;
    border-radius: 15px;
    font-size: 2rem;
    color: #20a0ff;
    text-shadow: 0 0 1px #000;
}
.title_header p {
    padding: 15px;
    font-size: 1.45rem;
}
.service_media .btn-group {
    background-color: #f7f5f5;
    padding: 0.5rem;
    border-radius: 12px;
    box-shadow: -2.3px -2.3px 3.8px rgb(255 255 255 / 20%), -6.3px -6.3px 10.6px rgb(255 255 255 / 30%), -15.1px -15.1px 25.6px rgb(255 255 255 / 40%), -50px -50px 85px rgb(255 255 255 / 7%), 2.3px 2.3px 3.8px rgb(0 0 0 / 2%),
    6.3px 6.3px 10.6px rgb(0 0 0 / 4%), 15.1px 15.1px 25.6px rgb(0 0 0 / 5%), 50px 50px 85px rgb(0 0 0 / 7%);
}
.service_media .btn-group i {
    font-size: 1.5rem;
    color: #1023e8;
}
.service_media .btn-group span {
    position: relative;
    top: -5px;
}
.service_media .btn-group button {
    transition: linear 0.3s;
}
.service_media .btn-group button:hover {
    border-bottom: 4px solid #1023e8;
    background-color: #0c0c0c26;
}
.btn-active {
    background-color: #f7f5f5;
    position: relative;
    top: -5px;
    box-shadow: 0 2px 4px 1px #695d5da8;
    border-bottom: 4px solid #1023e8;
}
.form input {
    direction: ltr;
}
#stripes {
    width: 100%;
    height: 88%;
    overflow: hidden;
    transform-origin: 0;
    transform: skewY(-8deg);
    background: -webkit-linear-gradient(300deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
    background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
    z-index: -1;
}
#stripes,
#stripes span {
    position: absolute;
}
#stripes span {
    height: 40px;
}
#stripes :nth-child(1) {
    width: 50%;
    left: 50%;
    top: 40px;
    background: #4c29ff;
}
#stripes :nth-child(2) {
    width: 14%;
    right: 0;
    bottom: 40px;
    background: #2be7ff;
}
#stripes :nth-child(3) {
    width: 25%;
    bottom: 0;
    right: 0;
    background: #a1ffc8;
}
@media (min-width: 670px) {
    #stripes span {
        height: 150px;
    }
    #stripes :nth-child(1) {
        top: 0;
    }
    #stripes :nth-child(2) {
        width: 16.66667%;
        top: 300px;
        bottom: auto;
        background: #0dcfff;
    }
    #stripes :nth-child(3) {
        width: 33.33333%;
        right: auto;
        background: #11bdff;
    }
}
@media (min-width: 880px) {
    #stripes span {
        height: 190px;
    }
    #stripes :nth-child(1) {
        width: 33.33333%;
        left: -16.66666%;
        background: #53f;
    }
    #stripes :nth-child(2) {
        width: 33.33333%;
        top: 0;
        left: 16.66666%;
        right: auto;
        background: #4553ff;
    }
    #stripes :nth-child(3) {
        width: 33.33333%;
        left: 49.99999%;
        bottom: auto;
        background: #4f40ff;
    }
    #stripes :nth-child(4) {
        width: 33.33333%;
        top: 380px;
        right: -16.66666%;
        background: #25ddf5;
    }
    #stripes :nth-child(5) {
        width: 33.33333%;
        bottom: 0;
        background: #1fa2ff;
    }
}
.form_box {
    padding: 15px;
    background-color: #f7f5f5;
    margin-top: 25px;
    border-radius: 15px;
    box-shadow: 0 3px 5px #b7a4a4;
}
.title_form i {
    font-size: 2rem;
    color: #1023e8;
}
.title_form p {
    font-size: 1.5rem;
    font-weight: 800;
}
.result {
    background-color: #1098e8;
    box-shadow: 0 0 5px #b8afaf, 0 0 6px #eee;
    border-radius: 12px;
}
.card {
    box-shadow: 0 0 5px #6f6262;
}
.helping {
    margin-top: 40px;
    margin-bottom: 20px;
}
.help_box {
    border-bottom: 1px solid #dad1d1;
}
.help_box h3 {
    text-align: right;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 8px;
    font-family: iransans;
}
.help_box ul {
    text-align: right;
}
.help_box ul li {
    list-style: decimal-leading-zero;
}
.brand h1 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #079ef0;
    text-shadow: 0 0 9px #0892c7, 0 0 4px #000;
}
.service_media {
    font-size: 1.1rem;
}
.social_media ul li {
    display: inline-block;
    list-style: none;
}
.social_media ul li a:hover {
    text-decoration: none;
}
.spinner-border {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
}
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle {
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}
.circle2 {
    box-shadow: 0 5px 5px 3px #0496ff;
}
@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}
.rtl{
    direction: rtl;
}
.icon-blue {
    font-size: 1.5rem;
    color: #1023e8;
}
.code-dark{
    background-color: #263238;
    color: white;
    padding: 12px 14px 15px 14px;
    overflow-x: auto;

    border-radius: 2px;
    border: 1px solid rgba(38, 50, 56, 0.1);
    text-align: left;
    direction: ltr;
}
.border-top{
    border-top: 1px solid #eee;
    padding: 5px;
}
